home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
599.swf
/
scripts
/
DefineButton2_93
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2006-01-17
|
199b
|
15 lines
on(release){
tellTarget("/sounds")
{
gotoAndStop("click");
play();
}
if(!firstTime)
{
tellTarget("/hold4")
{
nextFrame();
}
}
}